| Name | Description | |
|---|---|---|
![]() | convertToGray | This method supports the internal library infrastructure and should not be used by external client code. |
![]() ![]() | createFromCosShading | This method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | getAntiAlias | Gets a value indicating whether to filter the shading function to prevent aliasing artifacts. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | getColorSpace | Gets the shading color space. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | getCosShading | This method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | getDomain | Gets the shading domain. The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending points of the axis. The variable t becomes the input argument to the shading function. |
![]() | getEndColor | Gets the shading end color. |
![]() | getEndPoint | Gets the shading end point. |
![]() | getExtendEnd | Gets a value indicating whether to extend shading beyond the ending point. |
![]() | getExtendStart | Gets a value indicating whether to extend shading beyond the starting point. |
![]() | getFunction | Gets the shading function. |
![]() | getStartColor | Gets the shading start color. |
![]() | getStartPoint | Gets the shading start point. |
![]() | setAntiAlias | Sets a value indicating whether to filter the shading function to prevent aliasing artifacts. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | setColorSpace | Sets the shading color space. (Inherited from com.o2sol.pdf4java.graphics.shadings.PDFShading) |
![]() | setDomain | Sets the shading domain. The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending points of the axis. The variable t becomes the input argument to the shading function. |
![]() | setEndColor | Sets the shading end color. The startColor and endColor can be set only when the shading uses an exponential function (). |
![]() | setEndPoint | Sets the shading end point. |
![]() | setExtendEnd | Sets a value indicating whether to extend shading beyond the ending point. |
![]() | setExtendStart | Sets a value indicating whether to extend shading beyond the starting point. |
![]() | setFunction | Sets the shading function. |
![]() | setStartColor | Sets the shading start color. The startColor and endColor can be set only when the shading uses an exponential function (). |
![]() | setStartPoint | Sets the shading start point. |

